home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / ew120.zip / MOREDOC.TXT < prev    next >
Text File  |  1993-07-03  |  6KB  |  136 lines

  1. E! for Windows - Complementary documentation
  2. ********************************************
  3.  
  4. You'll find here the documentation for last minute changes and for
  5. features that have been added since your manual was printed.
  6. Reading this file and CHANGES.TXT will also give you a good
  7. overwiew of what's new in E! for Windows.
  8.  
  9. Version 1.1
  10.  
  11. 02/06/93 - Added Control Area in the Edit Windows
  12. *************************************************
  13.  
  14. Lines of text are no more displayed close to the left Edit Window
  15. border. Moreover, the small area between the first column of the
  16. displayed text and the left internal window border is now called the
  17. Control Area.
  18.  
  19. Some interesting new functions can be triggered with the mouse from
  20. this Control Area:
  21.  
  22. Clicking with the left mouse button in the Control Area will select
  23. the corresponding line in the text area.
  24.  
  25. Clicking with the same button and dragging with the mouse will
  26. select multiple lines of text exactly as this would happen with the
  27. Alt + up/down arrow keystroke or by dragging the mouse with the Alt
  28. and Shift keys depressed.
  29.  
  30. Double-clicking with the left mouse button in the Control Area will
  31. duplicate the corresponding line of text.
  32.  
  33. If you have selected one or more lines of text in LINE or BLOCK mode,
  34. you can shift the whole block of lines to the right by clicking
  35. with the right mouse button anywhere in the Control Area. Maintain
  36. the mouse button depressed to accelerate shifting. If you have made
  37. a BLOCK mode selection, right shifting will begin at the block left
  38. margin. In that case, left shifting will destroy data existing on
  39. the left of the shifted block. The marked block will be destroyed if
  40. you shift left past the first column. If necessary, use the Undo
  41. function to retrieve the lost data.
  42.  
  43. Shifting text to the left is the same process as right shifting,
  44. except that you have to depress the Ctrl button before clicking on
  45. the right mouse button.
  46.  
  47. All these functions move the cursor to the beginning of the
  48. processed line. Of course, the Undo function will restore any change
  49. made using these functions.
  50.  
  51. 02/14/93 - Added Jump on Home/End option
  52. ****************************************
  53.  
  54. The default behavior of E! is to jump to the next line when the user
  55. hits the END key while the cursor is already located at the end of
  56. the line. Likewise, the cursor is moved to the beginning of the
  57. previous line when the HOME key is pressed while the cursor is
  58. already located at the beginning of the line. This behavior can now
  59. be disabled by unchecking the "Jump on Home/End" option in the Edit
  60. Options dialog box of the Control Center.
  61.  
  62.  
  63. 02/14/93 - Font Selection dialog boxes changed
  64. **********************************************
  65.  
  66. Internal processing of fonts has been enhanced. Consequently,
  67. there's a small change in the Font Selection dialog boxes. You may
  68. now specify a font size for all fonts (not only the True Type
  69. fonts).
  70.  
  71. Also, instead of displaying all fonts in the listbox and using one
  72. line per available font size, each font appears only once in the
  73. listbox. Predefined sizes now appear in the "Font Size" combo box.
  74.  
  75.  
  76. 02/19/93 - Caret thickness control
  77. **********************************
  78.  
  79. On some hardware configurations, the caret (keyboard cursor) may
  80. appear too thin and difficult to see. To increase the thickness of
  81. the caret, just add a thickness=n entry to the [showopt] section of
  82. ew.ini, n being the new thickness in pixels.
  83.  
  84.  
  85. 02/23/93 - Set Default Size command (Windows Menu)
  86. **************************************************
  87.  
  88. The default size computed by E! for the Edit Windows may not be
  89. well suited for your system configuration. You can now change this
  90. default size by either editing EW.INI (see the EW.INI section in
  91. EW.WRI) or by merely selecting the Set Default Size command from the
  92. Windows menu while the window has the appropriate size. This default
  93. size will apply to any new editor created by E! unless the file has
  94. been recently edited. In that case, the recorded size for that file
  95. will prevail.
  96.  
  97. 02/27/93 - Added CompKeywords entry in EW.INI
  98. *********************************************
  99.  
  100. compkeywords=
  101.  
  102. When compiling, depending on the length of the project file list and on
  103. the position of the files in error in that list, scanning the compiler
  104. output may last more time than you may want to accept. The reason for
  105. that is explained in the Compiler Support section. To shorten the time
  106. needed to scan the compiler output file, you may specify that an output
  107. line must contain a certain keyword to be considered as an error message
  108. (typical keywords would be 'error' or 'warning'). Specify these keywords
  109. here. Please read more detailed explanations in the Compiler Support
  110. section.
  111.  
  112. ************************************************************************
  113.  
  114. Version 1.2
  115.  
  116. There are numerous changes in this version but they are all
  117. self-explanatory. The only function requiring some explanations is the new
  118. Drag and Drop server capability of the Control Center.
  119.  
  120. 04/24/93 - "Files" listbox in the Control Center is a Drag and Drop server
  121. **************************************************************************
  122.  
  123. Until now EW was only able to accept filenames dropped from other
  124. applications (mainly the File Manager or a replacement program).
  125.  
  126. Now, EW is itself a Drag and Drop server. That is, you can select a filename
  127. from the "Files" listbox of the Control Center and drop it onto another
  128. application's window or icon. Of course, the result of this operation
  129. depends on the target application but it will be the same as if you had
  130. dropped the files from the File Manager.
  131.  
  132. Since the "Files" listbox already accept drag movements of the mouse to
  133. select a file, you have to indicate to EW that you are beginning a Drag and
  134. Drop process by depressing the Control key before beginning to drag with the
  135. mouse.
  136.